home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / utility / ffe101.zip / ANIM.SWG / 0009_MSK.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-03  |  690b  |  17 lines

  1. --------I-MSK-------------------------------
  2.  
  3. The  MSK files are mask files used by the Autodesk Animator and Animator
  4. Pro  packages. Two types of MSK files exist. The Animator Pro version is
  5. simply  a PIC file with the depth 1;  A MSK file created by the original
  6. Animator  is  exactly 8000 bytes long. There  is no file header or other
  7. control  information  in the file. It contains  the image bit map, 1 bit
  8. per  pixel, with the leftmost pixels packed  into the high order bits of
  9. each  byte.  The  size of the image  is  fixed  at 320x200. The image is
  10. stored left-to-right, top-to-bottom.
  11.  
  12. EXTENSION:MSK
  13. OCCURENCES:PC
  14. PROGRAMS:Autodesk Animator
  15. SEE ALSO:PIC,FLIc,FLT
  16.  
  17.